Welcome![Sign In][Sign Up]
Location:
Search - PNG VC

Search list

[Otherrelink

Description: MFC IIS防盗链 开发环境 vc++ 7.0(MFC) / windows 2003 sp1 / iis6.1 主要功能: 1 防盗链 2 限制文件下载线程数 3 限制文件下载速度 使用方法: 1 打开Internet 信息服务(IIS)管理器/本地计算机/网站/默认网站/属性/ISAPI筛选器/添加 2 名称随便 文件 选择你解压缩下来的relink.dll 3 重启IIS 4 打开ReLink.ini 具体参数: [settings] url= 允许外部链接的网站地址 以"|"号分开 如"xfrog.cn|webtm.cn" extension=gif|jpg|png|psd|bmp|swf|midi|wav|mp3|wma|avi|mpg|wmv|asf|rm|rmvb|zip|rar 需要过滤 监测的文件类型 以"|"号分开 speed=50 文件下载速度 单位"K" 需知 因为网络环境的不同 没那么准确 thread=2 单文件下载最大线程-MFC IIS defense Daolian vc Development Environment 7.0 (MFC)/windows 2003's p1/iis6.1 main functions : a defense Daolian two restrictions download threads number three download speed limit use : an open Internet Information Services (IIS) Management/local computer/website/Default Web/Attribute/ISAPI Filter/add two names casually paper of your choice extract from the three heavy relink.dll Kai IIS 4 Open ReLink.ini specific parameters : [settings] url = allow external link to the website address of the "|", as separate "xfrog. cn | webtm.cn "extension = gif | jpg | png | psd | bm p | swf | midi | wav | mp3 | wma | avi | mpg | wmv | asf | r m | RealNetworks | zip | rar need to filter monitoring the file type "|" = 50 separate speed File Downl
Platform: | Size: 12288 | Author: 莫飞 | Hits:

[GDI-Bitmapgdiexample

Description: 用vc开发的实现图像解码,支持的格式包括 BMP、JPG、WMF、ICO、GIF、PNG、TIFF。 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像-Developed using vc realize the image decoding, supported formats, including BMP, JPG, WMF, ICO, GIF, PNG, TIFF. Source code is a simple image browser example, demonstrate how to interface with IImgCtx decoding, display images
Platform: | Size: 6445056 | Author: yang | Hits:

[Picture ViewerImgViewer

Description: 一个图片浏览程序,可逐张或跳跃式的浏览图片-An image viewer program, or by leaps and bounds picture browser
Platform: | Size: 5262336 | Author: zheshizadele | Hits:

[TreeViewOutbar2_demo

Description: OutLook风格的菜单式 BUTTON 形式的CTREEVIEW。好不容易在国外网站上找到的 ,国内根本就没有。强烈推荐大家下载-OutLook style menu BUTTON forms of CTREEVIEW. Easy site to find abroad, and domestic no. Strongly recommend everyone to download
Platform: | Size: 234496 | Author: 摄氏37度 | Hits:

[Picture ViewerLoadPicture

Description: visual c++ 利用opencv显示图片,完全代码都在其中。-visual c++ use opencv show pictures, in which the code completely.
Platform: | Size: 826368 | Author: liuzijian | Hits:

[Dialog_WindowTestPNG

Description: VC 加载PNG图片 主要用到CXimge这个类-VC mainly used to load PNG picture CXimge this category
Platform: | Size: 3430400 | Author: jason | Hits:

[GDI-BitmapPNG_SHOW_Example_src

Description: 可以用来显示png等图片的VC源代码,这是我在网上找了很久才找到的,网上很多人都在找显示PNG图片的方便,但很多答案都是错的,这源代码是我从外国网上找来的,不错-a source for png pic show be in vc6 ,it take me a long time to reserch .
Platform: | Size: 674816 | Author: choday | Hits:

[Special Effectsp2b

Description: 一款用于VC++的静态链接库,可将png格式文件在内存中转换为bmp位图格式。-VC++ for a static link library, png format can be converted to bmp in memory bitmap format.
Platform: | Size: 325632 | Author: SoutBigTiger | Hits:

[GDI-BitmapPictureDisplayActivxControl

Description: 用VC开发的图片显示Activex控件.PictureDisplay支持图片格式: jpg,tiff,png,bmp,jpeg,gif. 和传统的Picture控件相比,PictureDisplay支持的格式更多,使用更加灵活方便。主要有四个函数: 1.获得文件路径 CString GetFilePathName() 2.设置文件路径void SetFilePathName(LPCTSTR) 3.获得是否缩放显示BOOL GetShowMode() 4.设置显示模式 true为缩放,false为原始大小 void SetShowMode(BOOL) SimpleSan s work! just enjoy!-_-! visualsan@yahoo.cn 2010.6.22 NU-Development of image display with VC Activex control. PictureDisplay supported image formats: jpg, tiff, png, bmp, jpeg, gif. Picture control compared to traditional, PictureDisplay supported formats more convenient to use more flexible. There are four main functions: 1. Get the file path CString GetFilePathName () 2. Set the file path void SetFilePathName (LPCTSTR) 3. Was whether the zoom BOOL GetShowMode () 4. To set the display mode true to scale, false to the original size of the void SetShowMode (BOOL) SimpleSan' s work! just enjoy !-_-! visualsan@yahoo.cn 2010.6.22 NUAA
Platform: | Size: 646144 | Author: SimpleSan | Hits:

[GDI-Bitmap38917074PNG_vc

Description: VC实现Png文件的读取及格式转换功能,编译通过,希望对下载的朋友有所帮助-VC achieve Png file read and format conversion functions, compile, download friends want to help
Platform: | Size: 4839424 | Author: Kick | Hits:

[Picture Viewerpicture-link-lib

Description: 这是在vc++中显示jpeg、tiff、png格式的图片时,需要用到的静态链接库,包含头文件和库文件,希望对大家有用-This is in VC++ JPEG, tiff, PNG format images, need to use the static link library, including the header files and library files, I hope useful for everyone
Platform: | Size: 1089536 | Author: 李文兴 | Hits:

[Windows DevelopIEProj

Description: 涉及知识点: 1)VC UNICODE编程相关知识,示例全部采用UNICODE字符编码。 2)注册表实现查询、修改IE主页、查询操作系统注册公司、及用户名。 3)为控件添加提示之CToolTipCtrl的使用方法。 4)在对话框上显示图片,支持JPG,PNG,GIF等格式,采用的COM的IPicture类实现 5)修改对话框主题 6)VC 开机自动启动程序代码 7)对话框图标动态变化。 8) 多线程编程,线程之间通讯。 由于判断URL是否合法的API:InternetOpenUrl采用的是同步方式,是一个耗时的处理,所以创建一个分线程来判断URL合法性,以便于主线程响应用户其它处理。 9)对话框添加自定义消息-Related knowledge points: 1) VC UNICODE programming knowledge, examples all use UNICODE character encoding. 2) the registry for query, modify the IE home page, check the operating system registered company and user name. 3) add a prompt for the control of CToolTipCtrl to use. 4) In the dialog box display a picture, supports JPG, PNG, GIF formats, using the COM class implements IPicture 5) Modify dialog theme 6) VC boot automatically activated code 7) dialog icon dynamics. 8) multi-threaded programming, communication between threads. As the URL to determine the legality of the API: InternetOpenUrl uses a synchronous way, is a time-consuming, so I created a sub-line Process to determine the legality URL to other users in the main thread to respond to treatment. 9) add a custom message dialog box
Platform: | Size: 99328 | Author: lostman | Hits:

[Dialog_WindowQQDEMO

Description: VC++仿QQ浏览器源码.ResSkin1.png为分层图片源码,可以用Fireworks打开编辑。-VC++ imitation QQ browser source
Platform: | Size: 427008 | Author: chenlehua | Hits:

[VC/MFCPNGButton

Description: vc实现的png图片按钮,对美化界面的程序来说,是一个不错的选择-VC realize the PNG image button, to beautify the interface procedures, is a good choice
Platform: | Size: 4096 | Author: 浪漫小龟 | Hits:

[DirextXmyimgapp

Description: VC++中显示png图片,很好的东西哦。-vc++ show png
Platform: | Size: 192512 | Author: 郑水然 | Hits:

[GDI-Bitmapbeautiful-UI-with-cPP

Description: 十分漂亮的UI界面,使用的是vc++,其中使用到了GDI+,button使用的图片都是png格式。-Very nice UI interface, use the vc++, used GDI+, button pictures are png format.
Platform: | Size: 1203200 | Author: 陈泓至 | Hits:

[OtherTestGdipButton

Description: VC中采用PNG图片作为按钮的一个例子.-By VC PNG images as the example of a button.
Platform: | Size: 8577024 | Author: 天神 | Hits:

[2D GraphicSaveImage2File_vs2010

Description: 将窗口保存为JPG、PNG等图片格式,演示了CImage类在VC++中的应用,在VS2010下编译通过。-Save the dialog windows as JPG, PNG file, demonstrated the the CImage class in VC++, compiled by VS2010 under.
Platform: | Size: 65536 | Author: 纪金豹 | Hits:

[Dialog_WindowPngDlg

Description: VC++利用png图片做底图的窗口,根据png图片,可以制作不规则窗口,半透明窗口,用俩个窗口联动实现-Underlay window of VC++ png image, png image, making irregular windows, translucent window linkage both windows
Platform: | Size: 799744 | Author: langzhouhao | Hits:

[Special EffectsImageFormatConverter

Description: VC++开发,用于图片格式抓换,支持多种图片格式如jpg,bmp,gif,png,tiff等-VC++ development, for Image Format caught change, support a variety of image formats such as jpg, bmp, gif, png, tiff, etc.
Platform: | Size: 2048 | Author: park | Hits:
« 1 2 3 4 56 »

CodeBus www.codebus.net